From: kaf24@firebug.cl.cam.ac.uk Date: Mon, 10 Apr 2006 16:28:02 +0000 (+0100) Subject: Fix a couple of typos. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16158^2~7^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=201c3aa978b9874d91af95c19f8f36e112b4cccb;p=xen.git Fix a couple of typos. Signed-off-by: Keir Fraser --- diff --git a/tools/ioemu/hw/vga.c b/tools/ioemu/hw/vga.c index c6fca32ae4..c04befca3b 100644 --- a/tools/ioemu/hw/vga.c +++ b/tools/ioemu/hw/vga.c @@ -1378,7 +1378,7 @@ static inline unsigned int cpuid_edx(unsigned int op) : "=a" (eax), "=d" (edx) : "0" (op) : "cx"); -#undef __ebx +#undef __bx return edx; } diff --git a/xen/Makefile b/xen/Makefile index 3bda17760f..631f0c791f 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -48,7 +48,7 @@ clean:: delete-unfresh-files endif -.PHONY: install +.PHONY: dist dist: install .PHONY: debug